home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1999 Macromedia, Inc. All rights reserved.
-
- //--------------- GLOBAL VARIABLES ---------------
-
- var helpDoc = MM.HELP_objComment;
-
- //--------------- API FUNCTIONS ---------------
-
- function objectTag() {
- // Return the html tag that should be inserted
- return '<!--' + document.forms[0].comment.value + ' -->';
- }
-